home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / guigfxlib / maxonc / maxon.readme < prev    next >
Text File  |  1999-06-14  |  888b  |  22 lines

  1.  
  2. MaxonC Lib Stubs
  3. -----------------------
  4.  
  5.   the lib stubs that allow MaxonC programmers to call vararg
  6.   functions (with tags passed in the function's argument list) seem
  7.   to cause problems. i'm not quite sure about it, since i am not
  8.   using this compiler. if you encounter problems, try using the
  9.   libcall versions - DrawPictureA() instead of DrawPicture(), for
  10.   instance. the libcall versions require the taglists to be built
  11.   locally in your code, though.
  12.  
  13.   the lib stubs are created with FD2Pragma by Dirk Stoecker,
  14.   using the following command line:
  15.   
  16.   FD2Pragma GuiGFXLib/fd/guigfx_lib.fd special 4 to GuiGFXLib/maxonc/pragma/guigfx_lib.h
  17.   FD2Pragma GuiGFXLib/fd/guigfx_lib.fd CLIB GuiGFXLib/include/clib/guigfx_protos.h special 11 to GuiGFXLib/maxonc/c-libs/guigfx.lib
  18.  
  19.   please submit a FD2Pragma commandline for the use with
  20.   gcc, egcs, or any other Amiga compiler.
  21.  
  22.